Articles by Nico Vermeir

Setting generated project name in .NET Aspire

In this article, we'll look at specifying the name of the .NET projects available in the AppHost project. .NET Aspire generates a collection of project objects from its .NET solution that you can reference in the AppHost project, and you might have a collision when you reference multiple projects with the same name. Let's learn how to override the default names of the projects in .NET Aspire